Пример #1
0
 /// <inheritdoc cref="ITextShaperImpl.ShapeText"/>
 public GlyphRun ShapeText(ReadOnlySlice <char> text, TextFormat textFormat)
 {
     return(_platformImpl.ShapeText(text, textFormat));
 }
Пример #2
0
 /// <inheritdoc cref="ITextShaperImpl.ShapeText"/>
 public ShapedBuffer ShapeText(ReadOnlySlice <char> text, GlyphTypeface typeface, double fontRenderingEmSize,
                               CultureInfo?culture, sbyte bidiLevel)
 {
     return(_platformImpl.ShapeText(text, typeface, fontRenderingEmSize, culture, bidiLevel));
 }
Пример #3
0
 /// <inheritdoc cref="ITextShaperImpl.ShapeText"/>
 public ShapedBuffer ShapeText(ReadOnlySlice <char> text, TextShaperOptions options)
 {
     return(_platformImpl.ShapeText(text, options));
 }
Пример #4
0
 /// <inheritdoc cref="ITextShaperImpl.ShapeText"/>
 public GlyphRun ShapeText(ReadOnlySlice <char> text, Typeface typeface, double fontRenderingEmSize,
                           CultureInfo?culture)
 {
     return(_platformImpl.ShapeText(text, typeface, fontRenderingEmSize, culture));
 }