Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IFont.Write示例
编程语言:
C# (CSharp)
类/类型:
IFont
方法/功能:
Write
hotexamples.com的示例:
1
C# (CSharp) IFont.Write - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IFont.Write
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
DrawText(30)
GetTextLayout(22)
MeasureString(17)
DrawString(9)
Draw(8)
Dispose(8)
SetShadowBrush(5)
GetCharacter(4)
Create(4)
GetGlyphSourceRectangle(3)
GetGlyph(3)
GetType(3)
TextLength(3)
GetKerning(3)
HasGlyphDefinition(2)
GetStringWidth(2)
GetPosition(2)
GetOffset(2)
GetGlyphsFromCodepoint(2)
DownCast(2)
GetDecorator(2)
SetSize(2)
GetChar(2)
CreateGlyph(2)
DrawStringToBuf(2)
Calc(2)
ToString(1)
MeasureGlyphs(1)
SetFontHeight(1)
RenderTextWrapped(1)
TextHeight(1)
RenderText(1)
drawInto(1)
Write(1)
Render(1)
GetNativeFont(1)
Measure(1)
MapCharacter(1)
LayoutText(1)
GetString(1)
ClearCache(1)
GetKernAdjustment(1)
GetData(1)
GetCharSize(1)
GetCharGfx(1)
GetApiData(1)
DrawInto(1)
CreateRef(1)
CloneWithoutBoldweight(1)
measureString(1)
常用方法
DrawText (30)
GetTextLayout (22)
MeasureString (17)
DrawString (9)
Draw (8)
Dispose (8)
SetShadowBrush (5)
GetCharacter (4)
Create (4)
GetGlyphSourceRectangle (3)
常用方法
GetGlyph (3)
GetType (3)
TextLength (3)
GetKerning (3)
HasGlyphDefinition (2)
GetStringWidth (2)
GetPosition (2)
GetOffset (2)
GetGlyphsFromCodepoint (2)
DownCast (2)
GetDecorator (2)
SetSize (2)
GetChar (2)
CreateGlyph (2)
DrawStringToBuf (2)
Calc (2)
ToString (1)
MeasureGlyphs (1)
SetFontHeight (1)
RenderTextWrapped (1)
常用方法
GetDecorator (2)
SetSize (2)
GetChar (2)
CreateGlyph (2)
DrawStringToBuf (2)
Calc (2)
ToString (1)
MeasureGlyphs (1)
SetFontHeight (1)
RenderTextWrapped (1)
TextHeight (1)
RenderText (1)
drawInto (1)
Write (1)
Render (1)
GetNativeFont (1)
Measure (1)
MapCharacter (1)
LayoutText (1)
GetString (1)
ClearCache (1)
GetKernAdjustment (1)
GetData (1)
GetCharSize (1)
GetCharGfx (1)
GetApiData (1)
DrawInto (1)
CreateRef (1)
CloneWithoutBoldweight (1)
measureString (1)
常用方法
TextHeight (1)
RenderText (1)
drawInto (1)
Write (1)
Render (1)
GetNativeFont (1)
Measure (1)
MapCharacter (1)
LayoutText (1)
GetString (1)
ClearCache (1)
GetKernAdjustment (1)
GetData (1)
GetCharSize (1)
GetCharGfx (1)
GetApiData (1)
DrawInto (1)
CreateRef (1)
CloneWithoutBoldweight (1)
measureString (1)
示例#1
0
显示文件
文件:
EnglishText.cs
项目:
PlumpMath/DesignPatterns-272
public void Output() { _font.Write(_message); }
x