다음을 통해 공유


CTGlyphInfo 생성자

정의

오버로드

CTGlyphInfo(String, CTFont, String)
CTGlyphInfo(UInt16, CTCharacterCollection, String)
CTGlyphInfo(UInt16, CTFont, String)

CTGlyphInfo(String, CTFont, String)

public CTGlyphInfo (string glyphName, CoreText.CTFont font, string baseString);
new CoreText.CTGlyphInfo : string * CoreText.CTFont * string -> CoreText.CTGlyphInfo

매개 변수

glyphName
String
font
CTFont
baseString
String

적용 대상

CTGlyphInfo(UInt16, CTCharacterCollection, String)

public CTGlyphInfo (ushort cid, CoreText.CTCharacterCollection collection, string baseString);
new CoreText.CTGlyphInfo : uint16 * CoreText.CTCharacterCollection * string -> CoreText.CTGlyphInfo

매개 변수

cid
UInt16
baseString
String

적용 대상

CTGlyphInfo(UInt16, CTFont, String)

public CTGlyphInfo (ushort glyph, CoreText.CTFont font, string baseString);
new CoreText.CTGlyphInfo : uint16 * CoreText.CTFont * string -> CoreText.CTGlyphInfo

매개 변수

glyph
UInt16
font
CTFont
baseString
String

적용 대상