Home
last modified time | relevance | path

Searched defs:TextSource (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-text/gdiplus/
H A Dobs-text.cpp214 struct TextSource { struct
218 uint32_t cx = 0;
219 uint32_t cy = 0;
221 HDCObj hdc;
222 Graphics graphics;
224 HFONTObj hfont;
228 string file;
233 wstring text;
234 wstring face;
235 int face_size = 0;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DTextSource.cs14 public class TextSource: IList<Line>, IDisposable class
89 public TextSource(FastColoredTextBox currentTB) in TextSource() method in FastColoredTextBoxNS.TextSource
H A DCommandManager.cs11 public TextSource TextSource{ get; private set; } property in FastColoredTextBoxNS.CommandManager
H A DFastColoredTextBox.cs1091 public TextSource TextSource property in FastColoredTextBoxNS.FastColoredTextBox
/dports/editors/cudatext/CudaText-1.151.0/comp/
H A Dscrollingtext.pas111 property TextSource: TTextSource read fTextSource write fTextSource default property
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/fonts/
H A Ddwrite.cpp212 class TextSource : public IDWriteTextAnalysisSource class
221 TextSource( IDWriteFactory *p_factory, IDWriteNumberSubstitution *p_substitution, in TextSource() function in TextSource
/dports/misc/bibletime/bibletime-2.11.2/src/backend/drivers/
H A Dcswordmoduleinfo.h126 TextSource, enumerator
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/csl/src/style/
H A Dmod.rs32 pub enum TextSource { enum
38 impl Default for TextSource { implementation