Java font style.
Nov 16, 2014 · java get font style jtextpane.
Java font style.
Mar 18, 2012 · I am working on Java GUI project.
Java font style FileOutputStream; Nov 29, 2011 · Either create a font by yourself, something like, Font abc = new Font("Arial",font. I am applying the font with the help of following Dec 10, 2014 · Get one or more icons from several popular icon fonts; Upload other fonts, which may be icon fonts but also regular fonts; Combine any number of icons from any number of available fonts; Set the UNICODE hex value for whichever characters you need; Export and/or save the font set you create; I used the Icomoon App to create the Emoji emoticon Sep 21, 2017 · I want to create a new style for my docx file by Apache-poi and I want to set "IRnazanin" as fontFamily for this style (IRnazanin is a kind of persian fonts). Font Nov 29, 2013 · hi i want to change my font size by using paint , canvas in android. See the javadoc for more. I need to set the font size, color and style. setFont(Font. I have several components on the swing-based GUI. Increasing Font Size in a Sep 25, 2016 · I am trying to change the default cell style for an entire Excel workbook (XSSF) using Apache POI. Java Swing library is used for creating lightweight windows and it provides various powerful components such as JFrame, JLabel Looking for Jawa fonts? Click to find the best 6 free fonts in the Jawa style. Syntax The field BOLD() from Font is declared as: Aug 4, 2015 · AFAIK font style is actually a different font of the same family (say "Arial bold" and "Arial regular" are 2 styles of the "Arial" family). out. Anyway you can generate any style as new Font(<family>,<style-code>,<size>) for any font familiy found with GraphicsEnvironment. java: However I tend to just override one, say "MONOSPACE", then set up a style to force that font typeface application wide: The full font name. Please help import java. int: hashCode() Returns a hashcode for this font. Currently I am using Font newFont = new Font("Serif", Font. But sadly font. String) getStringBounds // 폰트 객체 생성 Font 폰트객체명 = new Font(적용사항) Font font = new Font("글자체", "효과", "글자 크기"); 글자체 : PC에 설치된 글자체 사용 가능 효과 : 1. Is there a way to change the font type and size of all the components on a JPanel on a JFrame. The style of the font. The method deriveFont() returns a new Font object. These fonts are physical fonts, but since they come with the Java SE Runtime, they don't depend on the host operating system. 40 is the font size (using the same numbering system for font size as Microsoft Word) Javadoc for JComponent. UNDERLINE_ON); Font boldUnderline = new Font("Serif",Font. This name includes both the family name and the style variant within that family. getFamilies(). TRUETYPE_FONT, new File("A. Takes a filepath as input parameter which represents the location of the font. Jan 24, 2024 · In this tutorial, we’ll еxplorе how you can use a custom font in our Java applications. awt; Font; new Font(String name, int style, int size) 現在の Font オブジェクトを複製し新しいサイズを適用することにより、新しい Font オブジェクトを生成します。 Font: Font. In Java, there are two technical terms that are used to represent font are characters and Glyphs. So, if you want to increase the size of the Font, you need to do this: Font font = Font. MyApp. Start with the question slightly reworded. Calling the following snippet produces the following output below it: Font. However I can't just set the font to one font because it differs from operating system, therefore I want to find a way to get the default font and then change the text I have to the default font. boolean: isItalic() Indicates whether the font's style is italic. forEach(System. The default font used by the Java 2D API is 12 pt Dialog. ,) )); For the left align, you just need to set element attribute to Element. I can change the list value Feb 12, 2024 · When setting the font style using setFont(), you can use constants to specify the desired style for the text in your graphical components. I then use cell. Now our question is: Is there a way to tell the view or any component, which font to use, when the standard font is combined with a bold / italic word? Aug 4, 2011 · StyledDocument is just interface. text. Nov 1, 2011 · style - the style constant for the Font. Add that to your fonts folder then use them in the XML or programmatically. Discover the perfect Javanese font for any project - download a variety of stylish, free fonts to add a unique touch to your designs. Font. From the docs: Returns the style of this Font. setCharacterAttributes( s, false ); Oh, and it appears that the function getLogicalStyle doesn't work because it's returning the default style (or maybe just the style) for the paragraph that contains p, rather than the the style of the character at p. I don't want the poster to go to all the trouble of creating a custom renderer when the simple solution is one line of code. ttf). Android Custom Button Font. Text styles define three sizes for the formatted text - 'full', 'short' and 'narrow'. This can be combined with the other style constants (except PLAIN) for mixed styles. Apr 18, 2015 · I'm working on a scaled down Text Editor. 14. If the style argument does not conform to one of the expected integer bitmasks then the style is set to PLAIN. Mar 18, 2012 · I am working on Java GUI project. Use html, Java supports html formating on all of its swing components. Every font is free to download! And you additionally should also get and correct ctstyle. Swing JDialog width too wide. deriveFont(Font. The following works for me and after that all styles having font size have integer font size set. Thanks in advance! Below is my code: Creates a new Font from the specified name, style and point size. I would really appreciate the help. I already tried some hints I found but nothing helped yet. All necessary constants are static fields in java. font. setFont(new Font("Segoe UI", 0, 14)); editorPane. – Andrew Thompson Commented Feb 6, 2021 at 19:15 Nov 26, 2015 · I went to my style and added it. E. ttf")); return font. You can edit or create your own font configuration files to adjust the mappings to your particular system setup, however these must be placed in conf/fonts, and are subject to implementation notes discussed below. int style - the style for the new Font; float size - the size for the new Font; Return. When a font family name is specified, the style argument is used to select the most appropriate face from the family. ) Jun 29, 2013 · I am creating a digital clock using Java and I have done that. Here's my code import Sep 22, 2012 · editorPane. Parameter. 0"/><w:szCs w:val="24. Jan 16, 2020 · Here you can find a working example of what you're asking (if I've understood right), embedded in a simple main method. Physical fonts are the actual font libraries containing glyph data and tables to map from character sequences to glyph sequences, using a font technology such as TrueType or PostScript Type 1. My code is here. setContentType("text/html"); editorPane. Oct 5, 2021 · Java Fonts FAQ: How do I create a list of all the fonts available on the current platform (MacOS, Linux, Windows)? Answer: To list all the fonts available to you in a Java application (a Java Swing application), use the GraphicsEnvironment. For example in column 0 I want Font size of 30 and on columns 1-3 y want Font size of 13. This base font can then be used with the deriveFont methods in this class to derive new Font objects with varying sizes, styles, transforms and font features. – 使用指定的字体类型和输入数据返回一个新的Font 。 新的Font创建的点大小为1,样式为PLAIN 。 此基础字体可以与本类中的deriveFont方法一起使用,以导出具有不同大小,样式,变换和字体特征的新的Font对象。 Fontクラスは、テキストを見えるように描画するために使用されるフォントを表します。フォントは文字の連続をグリフの連続にマッピングするための情報、そしてそのグリフの連続をGraphicsやComponentオブジェクトに描画するための情報を提供します。 Apr 12, 2015 · style - the style constant for the Font The style argument is an integer bitmask that may be PLAIN, or a bitwise union of BOLD and/or ITALIC (for example, ITALIC or BOLD|ITALIC). Introduction The bold style constant. Feb 28, 2011 · Java (Indonesian: Jawa) is an island of Indonesia. ITALIC)); Jan 13, 2009 · Suppose you wanted a underlined and bolded Serif style font, size=12. FontUIResource is the direct known subclass of the Java Font class. name represents the name of the font to create, case insensitive. It is never a string. deriveFont(fontAttributes); Feb 5, 2011 · I would like to append differnt lines of font to the JTextArea, however the last font seems to override the other. style-为对风格恒定Font FontRenderContext , createGlyphVector(java. 2. table. The size of a Font is described as being specified in points which are a real world measurement of approximately 1/72 inch. To determine what font family names are available on your system, use the GraphicsEnvironment. Jun 7, 2023 · Introduction to Java Font. BOLD)); Edit To set the font to both bold and italic, you'd or the bitmaps: field. Next code is \f* font-family * and so on. Font class in JDK(tm) 1. NORMAL) // or Jul 28, 2015 · You can wrap those font & alignment attributes as arguments for Phrase constructor, then you pass it to . font(12)); // 12 point, default font family Apr 20, 2013 · I'm making a table where I want to make the first column with a higher Font Size. swing. setText("Hello World"); This does not change the font of the text. I use https://fonts. "but the rt jar is of 1. Java supports thе intеgration of TruеTypе fonts (TTF) and OpеnTypе fonts (OTF) for custom font usagе. Configuring Custom Fonts. Font). It implements the Serializable interface. Here's how to change the font globally for some UI components: Dec 30, 2011 · For example, if you want to keep the same font but change the style of a JTextField called "field" you could do something like: field. Returns a new Font using the specified font type and input data. 3 Setting the font of a JTextArea Mar 11, 2015 · For "Regular" style, just use one of the static methods taking a font name and/or size: text. GraphicsEnvironment. BOLD, or Font. ALIGN_LEFT & to use non-bold font use Font Aug 26, 2012 · One simple way is by adding the desired font in the project. Creates a new Font from the specified name, style and point size. ) in your package, you can use the font in your application via the method described here: Oracle Java SE 6: java. google. BOLD,15) and for any of the components you can use the setFont() method to set the font for the component. awt « Java by API. However, although alignement and background The Lucida Fonts. com for the same. Aug 15, 2013 · The answer below is mostly right. deriveFont instead. Map<TextAttribute, Integer> fontAttributes = new HashMap<TextAttribute, Integer>(); fontAttributes. lang. getAvailableFontFamilyNames method. You need to change the font in the look-and-feel if you want the change to apply to all Swing components of a given type. XML - May 18, 2011 · Change the font style, size in a Java swing appliation. I commented (I didn't down vote) on yours because you give misleading information. for alignment & 3rd for font. Aug 29, 2012 · I use a combination of application code and CSS to style via an external font. Font[family=Arial,name=Arial,style=plain,size=1] The documentation for JDK 22 includes developer guides, API documentation, and release notes. . Enumeration of the style of text formatting and parsing. Java Swing Tutorial - Java Swing Font « Previous; Next » An object of the java. awt包中,使用时需要在代码顶端声明import java. Font class represents a font in a Java program. *; 三、Font类的构造函数. apply { setTypeface(typeface, Typeface. setFont() Javadoc for Java. Constructors. getAvailableFontFamilyNames() method. protected int style. To get a list of the logical names that are mapped onto the specific fonts available on a system, call the java. I need to know how to set Oct 17, 2013 · So I am a very new Java programmer attempting to create an ASCII art image using loops and I am wondering how I can change the font type, and if I am required to use a Font object, this is the object i would use. Font myFont = new Font("Courier New",Font. The upper rendering of Aharoni (image courtesy of this answer). The style argument is an integer bitmask that may be PLAIN, or a bitwise union of BOLD and/or ITALIC (for example, ITALIC or BOLD|ITALIC). boolean . I've tried using XWPFDocument, this API does not seem to have the ability to read the styles. Font class inherits Object class. 0. ,. createFont(Font. *; @SuppressWarnings("se Jul 3, 2016 · button. Jul 6, 2015 · I'm trying to get the style information from an MS docx file, I have no problem writing file content with added styles like bold, italic. Java Font BOLD The bold style constant. Adjust the style according to your visual preferences and design requirements. 0 How can my JTextPane display multiple fonts? 1 Alternate the default JTextPane font rendering . I place the loadFont call inside an overridden Application init method to make sure it is invoked before anything much happened in the application. 3. If you do not specify a valid font name in the str argument, this method will return a font with the family name "Dialog". G. The Font class represents fonts. scene. How do I change the font size of a g or g2d drawstring object? First create your g (or g2d) drawstring object String string = "Hello World"; then create a Font object Font stringFont = new Font( "SansSerif", Font. Help me please. (It never has been. Aug 24, 2015 · You can use the java. In order to keep it simple, I've used only a combo box for font name selection, but it would be nice to put two other combos in order to make font size and style (BOLD, PLAIN, ITALIC) selectable too. public class GUI extends JFrame{ I did upvote mKorbels answer. How can I use fonts like 'comic sans' or 'cal Nov 13, 2020 · I want to resize a custom font to match my layout. loadFont() Used to manually insert a font. The method deriveFont() has the following parameter: . Constructors of the class: Font In Java, Font is a class that belongs to the java. Hot Network Questions A Pirate and Three Piles of Treasure Nov 16, 2017 · 二、Font类的引用声明. Java by API; java. AffineTransform: getTransform() Returns a copy of the transform associated with this font. PLAIN, 6); Oct 11, 2024 · IntelliJ IDEA can use any font that is available in your operating system or in the Java runtime that is used to run IntelliJ IDEA. Jan 13, 2014 · The font name is regularly composed from the font family + style description, where you would find "italic"/"bold". Sep 13, 2016 · I am new to Java and can't figure out how to format my code like this: Font “Courier New” Font size “9” Bold. getFamily() Returns the family name of the font it’s used on. This will create a new directory, font, in your resources. 0f); has no effect at all. PLAIN, 40)); "Arial" is obviously the name of the font being used. To create an object of the Font class, use its constructor. Font类位于java. Font;或者import java. Download the desired TTF font package and unzip it to extract font files (. 1st arg. getFont(). BOLD | Font. This font is a typical point size for reading text on a normal 72–120 DPI display device. ) icon: The font used to label icons: menu: The Jun 18, 2014 · I wanted to change the font in my Java GUI application. The new Font is created with a point size of 1 and style PLAIN. Now I want to set the font of digital clock in the JLabel which is showing the time. awt Looking for Javanese fonts? Click to find the best 15 free fonts in the Javanese style. how can i do this ? public class MainActivity extends Activity { @Override protected void onCreate(Bundle May 2, 2009 · Style s; //your style JTextPane textPane; //your textpane textPane. The output of the System. Font类的构造函数如下: public Font(String familyName,int style,int size) 具体解释如下: (1)familyName是字体类型,例如宋体、仿宋、Times New Aug 19, 2013 · Font style is right there in the font table or \fnttbl group - groups are encapsulated by braces{}. It is used together with the style to find an appropriate font face. These fonts are also licensed for use in other implementations of the Java Platform. Font, it is a Java class used to manage and create Fonts, you can use its Font(String name, int style, int size) constructor to create your custom Font: Font(String name, int style, int size): Creates a new Font from the specified name, style and point size. This should be applied to new cells a user might create (after the workbook has been saved by POI) Jul 18, 2016 · But now we are using a new font (more specifically: Roboto Light), and we are unhappy with the resulting fonts / "how the letters look" when words are bold or italic. A string is not one of the accepted values. new Font("Verdana", Font. println(font) equals to java. I want to change the font settings for all the components, rather than changing font for each component one by one. Java Font BOLD Previous Next. The font class has a number of constructors that let developers create multiple fonts with various Noto Sans Javanese is an unmodulated (“sans serif”) design for texts in the Southeast Asian Javanese script. Jun 25, 2009 · The font face, style and size in a Java Swing application is controlled via the LookAndFeel mechanism. setFont(field. PLAIN, Font. Font configuration files come in two formats: a properties format and a binary format. BOLD, 12). How to set String's font size, style in Java using the Font class? 4. boolean: hasUniformLineMetrics() boolean: isBold() Indicates whether the font's style is bold. getName(), Font. Download your font (. Nov 15, 2023 · Font class is a part of JavaFX. out::println); Times New Roman Jan 8, 2024 · DbSchema is a super-flexible database designer, which can take you from designing the DB with your team all the way to safely deploying the schema. Font class offers Font#getFamilies which, as you may guess, returns all of font families listed on the user's system. Edit: This is how my code looks: And in the java code of your Activity you do this: To retain current font in addition to text style: textView. Noto Sans Javanese contains 405 glyphs, 7 OpenType features, and supports 99 characters from the Unicode block Javanese. The style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC. setCellStyle(XSSFCellStyle style) to assign them to different cells. If you take a look at the DefaultStyledDocument class (implementing the interface). Apr 13, 2011 · If you include a font file (otf, ttf, etc. That already works, but I have a problem, when the text is italic and Fontクラスは、テキストを見えるように描画するために使用されるフォントを表します。 フォントは文字の連続をグリフの連続にマッピングするための情報、そしてそのグリフの連続をGraphicsやComponentオブジェクトに描画するための情報を提供します。 Font deriveFont(int style) Creates a new Font object by replicating the current Font object and applying a new style to it. getFamilies() Returns a list of installed font families on the system it’s being run on. There is a tutorial available from Oracle that shows this example: Oct 15, 2020 · The font style must be specified by an integer value, where one of the constants BOLD (for bold font), ITALIC (for italic font), and PLAIN (for normal script) can use the as final class variables are agreed in the Java Font class. Nov 16, 2014 · java get font style jtextpane. PLAIN means plain text (as opposed to bold or italic). May 9, 2013 · I would like that to know how to change the Font for the displayed/selected value in a JComboBox. Looking for Java fonts? Click to find the best 18 free fonts in the Java style. BOLD | Font Returns the default font being used on the system it’s run on. deriveFont(int style) 現在の Font オブジェクトを複製し新しいスタイルを適用することにより、新しい Font オブジェクトを生成します。 Font Nov 15, 2018 · Tip: Add @jhamon (or whoever, the @ is important) to notify the person of a new comment. With a population of 136 million, it is the world's most populous island, and one of the most densely populated regions in the world. Font. The first form is used if the same font is used for a character subset independent of logical font and style (in this case, the font rendering engines apply algorithmic styles to the font). Dec 14, 2015 · I don't get the result I want in this code, which is when I click on the checkbox then the JTextField's text should be bold, but It doesn't happen. For example, for a plain Arial font this would be "Arial Regular" and for a bolded Arial font this would be "Arial Bold". awt package. ttf ). 17: Font deriveFont(int style, float size) When specifying a Font in Java, use the font face name instead of the logical name. Make a statement with beautiful Javanese typography. getRPr(). addCell( ). The Font class represents fonts, which are used to render text on the screen. The Java Platform distinguishes between two kinds of fonts: physical fonts and logical fonts. The way it does all of that is by using a design model, a database-independent image of the schema, which can be shared in a team using GIT and compared or deployed on to any database. awt. Here is How to Use HTML in Swing Components. Apart from the family, fonts have other attributes, the most important of which are style and size. We import the Java Swing and Java AWT libraries into our code and use them. May 26, 2013 · According to this link, the createFont() method creates a new Font object with a point size of 1 and style PLAIN. The style is some logical combination of the constants listed previously. It is home to 60% of Indonesia's population. If you want to add another font, you need to install it in your OS, and IntelliJ IDEA will discover it after a restart. Thus, use . deriveFont(128. Java Font is a class that represents a font used in Graphical User Interfaces (GUIs) in the Java programming language. 5 version" Bummer! Why is the client using such an old version (for which even extended support was dropped over 3 years ago)? Feb 26, 2018 · The javafx. It would be more flexible if it made use of labelFont. public class Font extends Object implements Serializable. Thus you could only select the fonts you want (make sure they're available on the system). setFont( stringFont ); Now apply the g2d new Font(String name, int style, int size) : Font « java. Each of these three sizes is available in both 'standard' and 'stand-alone' variations. The capabilities of this class have been extended over the java. setFont(new Font("Arial", Font. Every font is free to download! Creates a new Font from the specified name, style and point size. To change the font. Font styles are ordered on an index like structure with \f* index * as the control code. The font name can be a font face name or a font family name. Jun 8, 2018 · Because it uses new Font(labelFont. Oct 3, 2011 · Style is a integer, defined by the constants Font. These constants are part of the Font class in Java (java. It defines how text will be displayed on a GUI component, including its font, size, and style. How to change JLabel font style in Java. import java. Feb 21, 2011 · Font properties are set on the Font object in the GUI object that you are using (JLabel, etc), not on the String itself. For the font I'm trying to set the font type within the JTextPane to the default font of the GUI (the font of the JTextPane when it's not HTML). public Font (String name, int style, int size) There is a single constructor for Font. There is a JLabel, which should be made italic, Bold, and different Fonts and so on. Interface doesn't have any font. getLocalGraphicsEnvironment(). getSzCs(), which is the size of the "Complex script" font used and also could be wrong. font size etc, but reading the file content and getting the style information is not so clear. 1 and earlier releases to provide for developers the ability to utilize more sophisticated typographic features. Changing Font Style when Clicking on a JButton Java. Feb 6, 2021 · The easiest way to change the font family would be to construct the font using the string of the family name, together with the style (int) & size (float) of the original font. PLAIN, fontSizeToUse)) to generate the new font, there is no support for Bolding, Italic or Color etc from the original font in the updated font. put(TextAttribute. ITALIC. drawString() font as JLabel. Problem is, the style description is often localized. For example <w:sz w:val="24. Styles are Bold and Italic. It requires a name, style, and size. Have a look at the UIManager example. I will discuss thoroughly each of them. 16: Font deriveFont(int style, AffineTransform trans) Creates a new Font object by replicating this Font object and applying a new style and transform. EDIT: If you want to add formatting to your console, you will have to embed the formatting within the String itself. 0"/> is <w:sz w:val="24"/><w:szCs w:val="24 Jul 11, 2017 · I use the following method to define the cell styles for my worksheet. You can get the logical name from the Font by calling the getName method. Every font is free to download! The size of the font. It represents the font that are used to render the text. Go to File->New->New Resource Directory Select font. Mar 1, 2015 · In Java we can create a Font object as such: new Font("Helvetica", Font. Sep 9, 2015 · I set style's font before and make rowheader normally then i set in loop for the style with font bolded on each cell of rowhead. Java Graphics. BOLD, 24);. *; import javax. PLAIN, 12); My question is how do we get the entire list of font names from Java, for example "Helvetica" which we can use it as one the argument for the Font constructor? I tried the following, but I can't find "Helvetica" in all of the lists. addCell( new Phrase(Element. UNDERLINE, TextAttribute. Firstly, let us discuss changing of JLabel font style in Java. ALIGN_LEFT,"text",new Font(. May 30, 2014 · If str does not specify a valid style, the returned Font has a style of PLAIN. io. I am trying to format the text of the whole paragraph. PLAIN, 18 ); Next set the Font object to the g or g2d object g2d. Returns the style of the font. Font size chaning while button size change. The JDK and the JRE bundle several physical fonts of the "Lucida" design family. FontRenderContext, java. The second form is used if different physical fonts are used for a character subset for different logical fonts and styles. deriveFont(12f); Aug 27, 2011 · I have a JTable in Java Swing. How can I implement that in JTable? style: Sets the font-style: variant: Sets the text in a small-caps font: weight: Sets the boldness of the font: size: Sets the size of the font: lineHeight: Sets the distance between lines: family: Sets the font face: caption: The font used for captioned controls (like buttons, drop-downs, etc.
jiplvnfpo nlc bkjiq vuib xch cdvq rvbs igoidy vkplvo gcn
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}